home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-11-19 | 339 b | 27 lines | [TEXT/MPS ] |
- /*
- File: BackDepLib2.cp
-
- Contains: Test for having a library with a dependency on a library
- that is dependent on it.
-
- Copyright: © 1992-1993 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #ifndef __BACKDEPLIB__
- #include "BackDepLib.h"
- #endif
-
-
- TBackDep2::TBackDep2()
- {
- }
-
- TBackDep2::~TBackDep2()
- {
- }
-
- void TBackDep2::Foo()
- {
- }
-